1 <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Main.aspx.cs" Inherits="CSASPNETPreventMultipleWindows.Main" %>
3 <%@ Register src="UserControls/NextPage.ascx" tagname="NextPage" tagprefix="uc1" %>
5 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
7 <html xmlns="http://www.w3.org/1999/xhtml">
12 <form id="form1" runat="server">
13 <uc1:NextPage ID="NextPage1" runat="server" />
15 <a href="NextLink.aspx">Next Page 1</a>
17 <a href="NextLink2.aspx">Next Page 2</a>